object StatForm: TStatForm Left = 562 Top = 161 BorderIcons = [] BorderStyle = bsNone Caption = ' ' ClientHeight = 255 ClientWidth = 195 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 195 Height = 12 Align = alTop Style = bsRaised end object Bevel2: TBevel Left = 0 Top = 12 Width = 4 Height = 239 Align = alLeft Style = bsRaised end object Bevel3: TBevel Left = 191 Top = 12 Width = 4 Height = 239 Align = alRight Style = bsRaised end object Bevel4: TBevel Left = 0 Top = 251 Width = 195 Height = 4 Align = alBottom Style = bsRaised end object StatOut: TAnsi Left = 4 Top = 12 Width = 187 Height = 239 MaxSize = 0 TextAttr = 112 HighlightAttr = 7 StatusBar = False AutoFreeze = False TabOrder = 0 Align = alClient OnMouseDown = StatOutMouseDown end end